Html Css Color HEX #40001F Blackberry

📋 copy color: '#40001F'

red 64 ◦ green 0 ◦ blue 31

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

Shades of Blackberry #40001F

Tints of Blackberry #40001F

RGB

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

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

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

R = 67.37%
G = 0%
B = 32.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#40001F (or 0x40001F) is known color: Blackberry. HEX triplet: 40, 00 and 1F. RGB value is (64,0,31). Sum of RGB (Red+Green+Blue) = 64+0+31=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #40001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40001F is #BFFFE0. Grayscale: #161616. Windows color (decimal): -12582881 or 2031680. OLE color: 2031680.

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

Color convert

RGB 64 0 31 -
CMYK 0 1 0.52 0.75
HSL 330.94º 1% 0.13% -
HSV(B) 330.94º 1% 0.25% -
XYZ 2.36 1.19 1.4 -
YUV 22.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 64 0 31 0 1 0.52 0.75 330.94 1 0.13
Hex 40 0 1F 0 64 34 4B 14B 64 D
Octal 100 0 37 0 144 64 113 513 144 15
Binary 1000000 0 11111 0 1100100 110100 1001011 101001011 1100100 1101

Color Harmonies of #40001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40001F

Black with #40001F

Text Example


Text Example

White with #40001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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