Html Css Color HEX #1F0515 Blackberry

📋 copy color: '#1F0515'

red 31 ◦ green 5 ◦ blue 21

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

Shades of Blackberry #1F0515

Tints of Blackberry #1F0515

RGB

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

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

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

R = 54.39%
G = 8.77%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#1F0515 (or 0x1F0515) is known color: Blackberry. HEX triplet: 1F, 05 and 15. RGB value is (31,5,21). Sum of RGB (Red+Green+Blue) = 31+5+21=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0515 is #E0FAEA. Grayscale: #0E0E0E. Windows color (decimal): -14744299 or 1377567. OLE color: 1377567.

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

Color convert

RGB 31 5 21 -
CMYK 0 0.84 0.32 0.88
HSL 323.08º 0.72% 0.07% -
HSV(B) 323.08º 0.84% 0.12% -
XYZ 0.75 0.45 0.76 -
YUV 14.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 31 5 21 0 0.84 0.32 0.88 323.08 0.72 0.07
Hex 1F 5 15 0 54 20 58 143 48 7
Octal 37 5 25 0 124 40 130 503 110 7
Binary 11111 101 10101 0 1010100 100000 1011000 101000011 1001000 111

Color Harmonies of #1F0515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0515

Black with #1F0515

Text Example


Text Example

White with #1F0515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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