Html Css Color HEX #1F0613 Blackberry

📋 copy color: '#1F0613'

red 31 ◦ green 6 ◦ blue 19

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

Shades of Blackberry #1F0613

Tints of Blackberry #1F0613

RGB

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

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

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

R = 55.36%
G = 10.71%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.88

RGB Variations

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

Color information

#1F0613 (or 0x1F0613) is known color: Blackberry. HEX triplet: 1F, 06 and 13. RGB value is (31,6,19). Sum of RGB (Red+Green+Blue) = 31+6+19=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0613 is #E0F9EC. Grayscale: #0E0E0E. Windows color (decimal): -14744045 or 1246751. OLE color: 1246751.

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

Color convert

RGB 31 6 19 -
CMYK 0 0.81 0.39 0.88
HSL 328.8º 0.68% 0.07% -
HSV(B) 328.8º 0.81% 0.12% -
XYZ 0.75 0.47 0.67 -
YUV 14.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 31 6 19 0 0.81 0.39 0.88 328.8 0.68 0.07
Hex 1F 6 13 0 51 27 58 149 44 7
Octal 37 6 23 0 121 47 130 511 104 7
Binary 11111 110 10011 0 1010001 100111 1011000 101001001 1000100 111

Color Harmonies of #1F0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0613

Black with #1F0613

Text Example


Text Example

White with #1F0613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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