Html Css Color HEX #1F0513 Blackberry

📋 copy color: '#1F0513'

red 31 ◦ green 5 ◦ blue 19

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

Shades of Blackberry #1F0513

Tints of Blackberry #1F0513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 34.55%

R = 56.36%
G = 9.09%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.88

RGB Variations

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

Color information

#1F0513 (or 0x1F0513) is known color: Blackberry. HEX triplet: 1F, 05 and 13. RGB value is (31,5,19). Sum of RGB (Red+Green+Blue) = 31+5+19=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0513 is #E0FAEC. Grayscale: #0E0E0E. Windows color (decimal): -14744301 or 1246495. OLE color: 1246495.

HSL color Cylindrical-coordinate representation of color #1F0513: hue angle of 327.69º 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 #1F0513 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 5 19 -
CMYK 0 0.84 0.39 0.88
HSL 327.69º 0.72% 0.07% -
HSV(B) 327.69º 0.84% 0.12% -
XYZ 0.74 0.45 0.66 -
YUV 14.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 31 5 19 0 0.84 0.39 0.88 327.69 0.72 0.07
Hex 1F 5 13 0 54 27 58 148 48 7
Octal 37 5 23 0 124 47 130 510 110 7
Binary 11111 101 10011 0 1010100 100111 1011000 101001000 1001000 111

Color Harmonies of #1F0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0513

Black with #1F0513

Text Example


Text Example

White with #1F0513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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