Html Css Color HEX #1F0615 Blackberry

📋 copy color: '#1F0615'

red 31 ◦ green 6 ◦ blue 21

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

Shades of Blackberry #1F0615

Tints of Blackberry #1F0615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.34%

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

R = 53.45%
G = 10.34%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#1F0615 (or 0x1F0615) is known color: Blackberry. HEX triplet: 1F, 06 and 15. RGB value is (31,6,21). Sum of RGB (Red+Green+Blue) = 31+6+21=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0615 is #E0F9EA. Grayscale: #0F0F0F. Windows color (decimal): -14744043 or 1377823. OLE color: 1377823.

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

Color convert

RGB 31 6 21 -
CMYK 0 0.81 0.32 0.88
HSL 324º 0.68% 0.07% -
HSV(B) 324º 0.81% 0.12% -
XYZ 0.77 0.48 0.76 -
YUV 15.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 31 6 21 0 0.81 0.32 0.88 324 0.68 0.07
Hex 1F 6 15 0 51 20 58 144 44 7
Octal 37 6 25 0 121 40 130 504 104 7
Binary 11111 110 10101 0 1010001 100000 1011000 101000100 1000100 111

Color Harmonies of #1F0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0615

Black with #1F0615

Text Example


Text Example

White with #1F0615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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