Html Css Color HEX #1F0614 Blackberry

📋 copy color: '#1F0614'

red 31 ◦ green 6 ◦ blue 20

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

Shades of Blackberry #1F0614

Tints of Blackberry #1F0614

RGB

 RED value IS 31 (12.5% from 255) = 54.39%

 GREEN value IS 6 (2.73% from 255) = 10.53%

 BLUE value IS 20 (8.2% from 255) = 35.09%

R = 54.39%
G = 10.53%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#1F0614 (or 0x1F0614) is known color: Blackberry. HEX triplet: 1F, 06 and 14. RGB value is (31,6,20). Sum of RGB (Red+Green+Blue) = 31+6+20=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0614 is #E0F9EB. Grayscale: #0F0F0F. Windows color (decimal): -14744044 or 1312287. OLE color: 1312287.

HSL color Cylindrical-coordinate representation of color #1F0614: hue angle of 326.4º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F0614 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 6 20 -
CMYK 0 0.81 0.35 0.88
HSL 326.4º 0.68% 0.07% -
HSV(B) 326.4º 0.81% 0.12% -
XYZ 0.76 0.47 0.71 -
YUV 15.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 31 6 20 0 0.81 0.35 0.88 326.4 0.68 0.07
Hex 1F 6 14 0 51 23 58 146 44 7
Octal 37 6 24 0 121 43 130 506 104 7
Binary 11111 110 10100 0 1010001 100011 1011000 101000110 1000100 111

Color Harmonies of #1F0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0614

Black with #1F0614

Text Example


Text Example

White with #1F0614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F0614; }

 p { color: rgb(31,6,20); }

 H1.HeaderClassName
 {
   color: #1F0614;
 }
 .AnyTagClassName
 {
   color: #1F0614;
 }
</style>

background-color css

<style>
 a { background-color: #1F0614; }

 a { background-color: rgb(31,6,20); }

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

border-color css

<style>
 span { border-color: #1F0614; }

 span { border-color: rgb(31,6,20); }

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