Html Css Color HEX #1F0215 Blackberry

📋 copy color: '#1F0215'

red 31 ◦ green 2 ◦ blue 21

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

Shades of Blackberry #1F0215

Tints of Blackberry #1F0215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 38.89%

R = 57.41%
G = 3.7%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#1F0215 (or 0x1F0215) is known color: Blackberry. HEX triplet: 1F, 02 and 15. RGB value is (31,2,21). Sum of RGB (Red+Green+Blue) = 31+2+21=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0215 is #E0FDEA. Grayscale: #0C0C0C. Windows color (decimal): -14745067 or 1376799. OLE color: 1376799.

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

Color convert

RGB 31 2 21 -
CMYK 0 0.94 0.32 0.88
HSL 320.69º 0.88% 0.06% -
HSV(B) 320.69º 0.94% 0.12% -
XYZ 0.72 0.39 0.75 -
YUV 12.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 31 2 21 0 0.94 0.32 0.88 320.69 0.88 0.06
Hex 1F 2 15 0 5E 20 58 141 58 6
Octal 37 2 25 0 136 40 130 501 130 6
Binary 11111 10 10101 0 1011110 100000 1011000 101000001 1011000 110

Color Harmonies of #1F0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0215

Black with #1F0215

Text Example


Text Example

White with #1F0215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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