Html Css Color HEX #40172C Blackberry

📋 copy color: '#40172C'

red 64 ◦ green 23 ◦ blue 44

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

Shades of Blackberry #40172C

Tints of Blackberry #40172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.56%

 BLUE value IS 44 (17.58% from 255) = 33.59%

R = 48.85%
G = 17.56%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#40172C (or 0x40172C) is known color: Blackberry. HEX triplet: 40, 17 and 2C. RGB value is (64,23,44). Sum of RGB (Red+Green+Blue) = 64+23+44=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40172C is #BFE8D3. Grayscale: #252525. Windows color (decimal): -12576980 or 2889536. OLE color: 2889536.

HSL color Cylindrical-coordinate representation of color #40172C: hue angle of 329.27º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40172C is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 23 44 -
CMYK 0 0.64 0.31 0.75
HSL 329.27º 0.47% 0.17% -
HSV(B) 329.27º 0.64% 0.25% -
XYZ 2.88 1.88 2.6 -
YUV 37.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 64 23 44 0 0.64 0.31 0.75 329.27 0.47 0.17
Hex 40 17 2C 0 40 1F 4B 149 2F 11
Octal 100 27 54 0 100 37 113 511 57 21
Binary 1000000 10111 101100 0 1000000 11111 1001011 101001001 101111 10001

Color Harmonies of #40172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40172C

Black with #40172C

Text Example


Text Example

White with #40172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,23,44); }

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

background-color css

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

 a { background-color: rgb(64,23,44); }

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

border-color css

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

 span { border-color: rgb(64,23,44); }

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