Html Css Color HEX #35001F Blackberry

📋 copy color: '#35001F'

red 53 ◦ green 0 ◦ blue 31

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

Shades of Blackberry #35001F

Tints of Blackberry #35001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 36.9%

R = 63.1%
G = 0%
B = 36.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.79

RGB Variations

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

Color information

#35001F (or 0x35001F) is known color: Blackberry. HEX triplet: 35, 00 and 1F. RGB value is (53,0,31). Sum of RGB (Red+Green+Blue) = 53+0+31=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #35001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35001F is #CAFFE0. Grayscale: #131313. Windows color (decimal): -13303777 or 2031669. OLE color: 2031669.

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

Color convert

RGB 53 0 31 -
CMYK 0 1 0.42 0.79
HSL 324.91º 1% 0.1% -
HSV(B) 324.91º 1% 0.21% -
XYZ 1.72 0.86 1.37 -
YUV 19.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 53 0 31 0 1 0.42 0.79 324.91 1 0.1
Hex 35 0 1F 0 64 2A 4F 145 64 A
Octal 65 0 37 0 144 52 117 505 144 12
Binary 110101 0 11111 0 1100100 101010 1001111 101000101 1100100 1010

Color Harmonies of #35001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35001F

Black with #35001F

Text Example


Text Example

White with #35001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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