Html Css Color HEX #1F0213 Blackberry

📋 copy color: '#1F0213'

red 31 ◦ green 2 ◦ blue 19

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

Shades of Blackberry #1F0213

Tints of Blackberry #1F0213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.85%

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

R = 59.62%
G = 3.85%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.88

RGB Variations

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

Color information

#1F0213 (or 0x1F0213) is known color: Blackberry. HEX triplet: 1F, 02 and 13. RGB value is (31,2,19). Sum of RGB (Red+Green+Blue) = 31+2+19=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0213 is #E0FDEC. Grayscale: #0C0C0C. Windows color (decimal): -14745069 or 1245727. OLE color: 1245727.

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

Color convert

RGB 31 2 19 -
CMYK 0 0.94 0.39 0.88
HSL 324.83º 0.88% 0.06% -
HSV(B) 324.83º 0.94% 0.12% -
XYZ 0.7 0.38 0.65 -
YUV 12.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 31 2 19 0 0.94 0.39 0.88 324.83 0.88 0.06
Hex 1F 2 13 0 5E 27 58 145 58 6
Octal 37 2 23 0 136 47 130 505 130 6
Binary 11111 10 10011 0 1011110 100111 1011000 101000101 1011000 110

Color Harmonies of #1F0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0213

Black with #1F0213

Text Example


Text Example

White with #1F0213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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