Html Css Color HEX #35001C Blackberry

📋 copy color: '#35001C'

red 53 ◦ green 0 ◦ blue 28

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

Shades of Blackberry #35001C

Tints of Blackberry #35001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 34.57%

R = 65.43%
G = 0%
B = 34.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35001C (or 0x35001C) is known color: Blackberry. HEX triplet: 35, 00 and 1C. RGB value is (53,0,28). Sum of RGB (Red+Green+Blue) = 53+0+28=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #35001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35001C is #CAFFE3. Grayscale: #121212. Windows color (decimal): -13303780 or 1835061. OLE color: 1835061.

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

Color convert

RGB 53 0 28 -
CMYK 0 1 0.47 0.79
HSL 328.3º 1% 0.1% -
HSV(B) 328.3º 1% 0.21% -
XYZ 1.68 0.84 1.17 -
YUV 19.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 53 0 28 0 1 0.47 0.79 328.3 1 0.1
Hex 35 0 1C 0 64 2F 4F 148 64 A
Octal 65 0 34 0 144 57 117 510 144 12
Binary 110101 0 11100 0 1100100 101111 1001111 101001000 1100100 1010

Color Harmonies of #35001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35001C

Black with #35001C

Text Example


Text Example

White with #35001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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