Html Css Color HEX #35001B Blackberry

📋 copy color: '#35001B'

red 53 ◦ green 0 ◦ blue 27

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

Shades of Blackberry #35001B

Tints of Blackberry #35001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 33.75%

R = 66.25%
G = 0%
B = 33.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#35001B (or 0x35001B) is known color: Blackberry. HEX triplet: 35, 00 and 1B. RGB value is (53,0,27). Sum of RGB (Red+Green+Blue) = 53+0+27=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #35001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35001B is #CAFFE4. Grayscale: #121212. Windows color (decimal): -13303781 or 1769525. OLE color: 1769525.

HSL color Cylindrical-coordinate representation of color #35001B: hue angle of 329.43º 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 #35001B is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 0 27 -
CMYK 0 1 0.49 0.79
HSL 329.43º 1% 0.1% -
HSV(B) 329.43º 1% 0.21% -
XYZ 1.67 0.84 1.11 -
YUV 18.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 53 0 27 0 1 0.49 0.79 329.43 1 0.1
Hex 35 0 1B 0 64 31 4F 149 64 A
Octal 65 0 33 0 144 61 117 511 144 12
Binary 110101 0 11011 0 1100100 110001 1001111 101001001 1100100 1010

Color Harmonies of #35001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35001B

Black with #35001B

Text Example


Text Example

White with #35001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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