Html Css Color HEX #40002F Blackberry

📋 copy color: '#40002F'

red 64 ◦ green 0 ◦ blue 47

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

Shades of Blackberry #40002F

Tints of Blackberry #40002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 42.34%

R = 57.66%
G = 0%
B = 42.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#40002F (or 0x40002F) is known color: Blackberry. HEX triplet: 40, 00 and 2F. RGB value is (64,0,47). Sum of RGB (Red+Green+Blue) = 64+0+47=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40002F is #BFFFD0. Grayscale: #181818. Windows color (decimal): -12582865 or 3080256. OLE color: 3080256.

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

Color convert

RGB 64 0 47 -
CMYK 0 1 0.27 0.75
HSL 315.94º 1% 0.13% -
HSV(B) 315.94º 1% 0.25% -
XYZ 2.63 1.3 2.8 -
YUV 24.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 64 0 47 0 1 0.27 0.75 315.94 1 0.13
Hex 40 0 2F 0 64 1B 4B 13C 64 D
Octal 100 0 57 0 144 33 113 474 144 15
Binary 1000000 0 101111 0 1100100 11011 1001011 100111100 1100100 1101

Color Harmonies of #40002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40002F

Black with #40002F

Text Example


Text Example

White with #40002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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