Html Css Color HEX #1F0013 Blackberry

📋 copy color: '#1F0013'

red 31 ◦ green 0 ◦ blue 19

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

Shades of Blackberry #1F0013

Tints of Blackberry #1F0013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62%
G = 0%
B = 38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.88

RGB Variations

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

Color information

#1F0013 (or 0x1F0013) is known color: Blackberry. HEX triplet: 1F, 00 and 13. RGB value is (31,0,19). Sum of RGB (Red+Green+Blue) = 31+0+19=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0013 is #E0FFEC. Grayscale: #0B0B0B. Windows color (decimal): -14745581 or 1245215. OLE color: 1245215.

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

Color convert

RGB 31 0 19 -
CMYK 0 1 0.39 0.88
HSL 323.23º 1% 0.06% -
HSV(B) 323.23º 1% 0.12% -
XYZ 0.68 0.34 0.65 -
YUV 11.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 31 0 19 0 1 0.39 0.88 323.23 1 0.06
Hex 1F 0 13 0 64 27 58 143 64 6
Octal 37 0 23 0 144 47 130 503 144 6
Binary 11111 0 10011 0 1100100 100111 1011000 101000011 1100100 110

Color Harmonies of #1F0013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0013

Black with #1F0013

Text Example


Text Example

White with #1F0013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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