Html Css Color HEX #40001C Blackberry

📋 copy color: '#40001C'

red 64 ◦ green 0 ◦ blue 28

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

Shades of Blackberry #40001C

Tints of Blackberry #40001C

RGB

 RED value IS 64 (25.39% from 255) = 69.57%

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

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

R = 69.57%
G = 0%
B = 30.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40001C (or 0x40001C) is known color: Blackberry. HEX triplet: 40, 00 and 1C. RGB value is (64,0,28). Sum of RGB (Red+Green+Blue) = 64+0+28=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #40001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40001C is #BFFFE3. Grayscale: #161616. Windows color (decimal): -12582884 or 1835072. OLE color: 1835072.

HSL color Cylindrical-coordinate representation of color #40001C: hue angle of 333.75º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40001C is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 0 28 -
CMYK 0 1 0.56 0.75
HSL 333.75º 1% 0.13% -
HSV(B) 333.75º 1% 0.25% -
XYZ 2.32 1.17 1.2 -
YUV 22.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 64 0 28 0 1 0.56 0.75 333.75 1 0.13
Hex 40 0 1C 0 64 38 4B 14E 64 D
Octal 100 0 34 0 144 70 113 516 144 15
Binary 1000000 0 11100 0 1100100 111000 1001011 101001110 1100100 1101

Color Harmonies of #40001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40001C

Black with #40001C

Text Example


Text Example

White with #40001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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