Html Css Color HEX #350018 Blackberry

📋 copy color: '#350018'

red 53 ◦ green 0 ◦ blue 24

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

Shades of Blackberry #350018

Tints of Blackberry #350018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 31.17%

R = 68.83%
G = 0%
B = 31.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#350018 (or 0x350018) is known color: Blackberry. HEX triplet: 35, 00 and 18. RGB value is (53,0,24). Sum of RGB (Red+Green+Blue) = 53+0+24=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #350018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350018 is #CAFFE7. Grayscale: #121212. Windows color (decimal): -13303784 or 1572917. OLE color: 1572917.

HSL color Cylindrical-coordinate representation of color #350018: hue angle of 332.83º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350018 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 0 24 -
CMYK 0 1 0.55 0.79
HSL 332.83º 1% 0.1% -
HSV(B) 332.83º 1% 0.21% -
XYZ 1.63 0.82 0.94 -
YUV 18.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 53 0 24 0 1 0.55 0.79 332.83 1 0.1
Hex 35 0 18 0 64 37 4F 14D 64 A
Octal 65 0 30 0 144 67 117 515 144 12
Binary 110101 0 11000 0 1100100 110111 1001111 101001101 1100100 1010

Color Harmonies of #350018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350018

Black with #350018

Text Example


Text Example

White with #350018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350018; }

 p { color: rgb(53,0,24); }

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

background-color css

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

 a { background-color: rgb(53,0,24); }

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

border-color css

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

 span { border-color: rgb(53,0,24); }

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