Html Css Color HEX #1F0514 Blackberry

📋 copy color: '#1F0514'

red 31 ◦ green 5 ◦ blue 20

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

Shades of Blackberry #1F0514

Tints of Blackberry #1F0514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.93%

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

R = 55.36%
G = 8.93%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#1F0514 (or 0x1F0514) is known color: Blackberry. HEX triplet: 1F, 05 and 14. RGB value is (31,5,20). Sum of RGB (Red+Green+Blue) = 31+5+20=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0514 is #E0FAEB. Grayscale: #0E0E0E. Windows color (decimal): -14744300 or 1312031. OLE color: 1312031.

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

Color convert

RGB 31 5 20 -
CMYK 0 0.84 0.35 0.88
HSL 325.38º 0.72% 0.07% -
HSV(B) 325.38º 0.84% 0.12% -
XYZ 0.75 0.45 0.71 -
YUV 14.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 31 5 20 0 0.84 0.35 0.88 325.38 0.72 0.07
Hex 1F 5 14 0 54 23 58 145 48 7
Octal 37 5 24 0 124 43 130 505 110 7
Binary 11111 101 10100 0 1010100 100011 1011000 101000101 1001000 111

Color Harmonies of #1F0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0514

Black with #1F0514

Text Example


Text Example

White with #1F0514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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