Html Css Color HEX #1F0617 Blackberry

📋 copy color: '#1F0617'

red 31 ◦ green 6 ◦ blue 23

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

Shades of Blackberry #1F0617

Tints of Blackberry #1F0617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 38.33%

R = 51.67%
G = 10%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.88

RGB Variations

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

Color information

#1F0617 (or 0x1F0617) is known color: Blackberry. HEX triplet: 1F, 06 and 17. RGB value is (31,6,23). Sum of RGB (Red+Green+Blue) = 31+6+23=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0617 is #E0F9E8. Grayscale: #0F0F0F. Windows color (decimal): -14744041 or 1508895. OLE color: 1508895.

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

Color convert

RGB 31 6 23 -
CMYK 0 0.81 0.26 0.88
HSL 319.2º 0.68% 0.07% -
HSV(B) 319.2º 0.81% 0.12% -
XYZ 0.78 0.48 0.86 -
YUV 15.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 31 6 23 0 0.81 0.26 0.88 319.2 0.68 0.07
Hex 1F 6 17 0 51 1A 58 13F 44 7
Octal 37 6 27 0 121 32 130 477 104 7
Binary 11111 110 10111 0 1010001 11010 1011000 100111111 1000100 111

Color Harmonies of #1F0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0617

Black with #1F0617

Text Example


Text Example

White with #1F0617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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