Html Css Color HEX #40091F Blackberry

📋 copy color: '#40091F'

red 64 ◦ green 9 ◦ blue 31

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

Shades of Blackberry #40091F

Tints of Blackberry #40091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.65%

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

R = 61.54%
G = 8.65%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#40091F (or 0x40091F) is known color: Blackberry. HEX triplet: 40, 09 and 1F. RGB value is (64,9,31). Sum of RGB (Red+Green+Blue) = 64+9+31=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #40091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40091F is #BFF6E0. Grayscale: #1B1B1B. Windows color (decimal): -12580577 or 2033984. OLE color: 2033984.

HSL color Cylindrical-coordinate representation of color #40091F: hue angle of 336º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40091F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 9 31 -
CMYK 0 0.86 0.52 0.75
HSL 336º 0.75% 0.14% -
HSV(B) 336º 0.86% 0.25% -
XYZ 2.46 1.38 1.43 -
YUV 27.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 64 9 31 0 0.86 0.52 0.75 336 0.75 0.14
Hex 40 9 1F 0 56 34 4B 150 4B E
Octal 100 11 37 0 126 64 113 520 113 16
Binary 1000000 1001 11111 0 1010110 110100 1001011 101010000 1001011 1110

Color Harmonies of #40091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40091F

Black with #40091F

Text Example


Text Example

White with #40091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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