Html Css Color HEX #1F0117 Blackberry

📋 copy color: '#1F0117'

red 31 ◦ green 1 ◦ blue 23

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

Shades of Blackberry #1F0117

Tints of Blackberry #1F0117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.82%

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

R = 56.36%
G = 1.82%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.88

RGB Variations

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

Color information

#1F0117 (or 0x1F0117) is known color: Blackberry. HEX triplet: 1F, 01 and 17. RGB value is (31,1,23). Sum of RGB (Red+Green+Blue) = 31+1+23=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0117 is #E0FEE8. Grayscale: #0C0C0C. Windows color (decimal): -14745321 or 1507615. OLE color: 1507615.

HSL color Cylindrical-coordinate representation of color #1F0117: hue angle of 316º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0117 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 1 23 -
CMYK 0 0.97 0.26 0.88
HSL 316º 0.94% 0.06% -
HSV(B) 316º 0.97% 0.12% -
XYZ 0.73 0.37 0.84 -
YUV 12.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 31 1 23 0 0.97 0.26 0.88 316 0.94 0.06
Hex 1F 1 17 0 61 1A 58 13C 5E 6
Octal 37 1 27 0 141 32 130 474 136 6
Binary 11111 1 10111 0 1100001 11010 1011000 100111100 1011110 110

Color Harmonies of #1F0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0117

Black with #1F0117

Text Example


Text Example

White with #1F0117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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