Html Css Color HEX #350A23 Blackberry

📋 copy color: '#350A23'

red 53 ◦ green 10 ◦ blue 35

#350A23
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #350A23

Tints of Blackberry #350A23

RGB

 RED value IS 53 (21.09% from 255) = 54.08%

 GREEN value IS 10 (4.3% from 255) = 10.2%

 BLUE value IS 35 (14.06% from 255) = 35.71%

R = 54.08%
G = 10.2%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.79

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#350A23 (or 0x350A23) is known color: Blackberry. HEX triplet: 35, 0A and 23. RGB value is (53,10,35). Sum of RGB (Red+Green+Blue) = 53+10+35=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #350A23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A23 is #CAF5DC. Grayscale: #191919. Windows color (decimal): -13301213 or 2296373. OLE color: 2296373.

HSL color Cylindrical-coordinate representation of color #350A23: hue angle of 325.12º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350A23 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 10 35 -
CMYK 0 0.81 0.34 0.79
HSL 325.12º 0.68% 0.12% -
HSV(B) 325.12º 0.81% 0.21% -
XYZ 1.88 1.1 1.7 -
YUV 25.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 53 10 35 0 0.81 0.34 0.79 325.12 0.68 0.12
Hex 35 A 23 0 51 22 4F 145 44 C
Octal 65 12 43 0 121 42 117 505 104 14
Binary 110101 1010 100011 0 1010001 100010 1001111 101000101 1000100 1100

Color Harmonies of #350A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A23

Black with #350A23

Text Example


Text Example

White with #350A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350A23; }

 p { color: rgb(53,10,35); }

 H1.HeaderClassName
 {
   color: #350A23;
 }
 .AnyTagClassName
 {
   color: #350A23;
 }
</style>

background-color css

<style>
 a { background-color: #350A23; }

 a { background-color: rgb(53,10,35); }

 div.DivClassName
 {
   background-color: #350A23;
 }
 .BgClassName
 {
   background-color: #350A23;
 }
</style>

border-color css

<style>
 span { border-color: #350A23; }

 span { border-color: rgb(53,10,35); }

 td.TdClassName
 {
   border-color: #350A23;
 }
 .TagClassName
 {
   border-color: #350A23;
 }
</style>