Html Css Color HEX #350123 Blackberry

📋 copy color: '#350123'

red 53 ◦ green 1 ◦ blue 35

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

Shades of Blackberry #350123

Tints of Blackberry #350123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.12%

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

R = 59.55%
G = 1.12%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#350123 (or 0x350123) is known color: Blackberry. HEX triplet: 35, 01 and 23. RGB value is (53,1,35). Sum of RGB (Red+Green+Blue) = 53+1+35=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #350123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350123 is #CAFEDC. Grayscale: #141414. Windows color (decimal): -13303517 or 2294069. OLE color: 2294069.

HSL color Cylindrical-coordinate representation of color #350123: hue angle of 320.77º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350123 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 1 35 -
CMYK 0 0.98 0.34 0.79
HSL 320.77º 0.96% 0.11% -
HSV(B) 320.77º 0.98% 0.21% -
XYZ 1.78 0.9 1.67 -
YUV 20.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 53 1 35 0 0.98 0.34 0.79 320.77 0.96 0.11
Hex 35 1 23 0 62 22 4F 141 60 B
Octal 65 1 43 0 142 42 117 501 140 13
Binary 110101 1 100011 0 1100010 100010 1001111 101000001 1100000 1011

Color Harmonies of #350123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350123

Black with #350123

Text Example


Text Example

White with #350123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350123; }

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

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

background-color css

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

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

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

border-color css

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

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

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