Html Css Color HEX #35001D Blackberry

📋 copy color: '#35001D'

red 53 ◦ green 0 ◦ blue 29

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

Shades of Blackberry #35001D

Tints of Blackberry #35001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 35.37%

R = 64.63%
G = 0%
B = 35.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#35001D (or 0x35001D) is known color: Blackberry. HEX triplet: 35, 00 and 1D. RGB value is (53,0,29). Sum of RGB (Red+Green+Blue) = 53+0+29=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #35001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35001D is #CAFFE2. Grayscale: #131313. Windows color (decimal): -13303779 or 1900597. OLE color: 1900597.

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

Color convert

RGB 53 0 29 -
CMYK 0 1 0.45 0.79
HSL 327.17º 1% 0.1% -
HSV(B) 327.17º 1% 0.21% -
XYZ 1.69 0.85 1.24 -
YUV 19.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 53 0 29 0 1 0.45 0.79 327.17 1 0.1
Hex 35 0 1D 0 64 2D 4F 147 64 A
Octal 65 0 35 0 144 55 117 507 144 12
Binary 110101 0 11101 0 1100100 101101 1001111 101000111 1100100 1010

Color Harmonies of #35001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35001D

Black with #35001D

Text Example


Text Example

White with #35001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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