Html Css Color HEX #2F0018 Blackberry

📋 copy color: '#2F0018'

red 47 ◦ green 0 ◦ blue 24

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

Shades of Blackberry #2F0018

Tints of Blackberry #2F0018

RGB

 RED value IS 47 (18.75% from 255) = 66.2%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 33.8%

R = 66.2%
G = 0%
B = 33.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.82

RGB Variations

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

Color information

#2F0018 (or 0x2F0018) is known color: Blackberry. HEX triplet: 2F, 00 and 18. RGB value is (47,0,24). Sum of RGB (Red+Green+Blue) = 47+0+24=71 (9% of max value = 765). Red value is 47 (18.75% from 255 or 66.20% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0018 is #D0FFE7. Grayscale: #101010. Windows color (decimal): -13697000 or 1572911. OLE color: 1572911.

HSL color Cylindrical-coordinate representation of color #2F0018: hue angle of 329.36º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0018 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 0 24 -
CMYK 0 1 0.49 0.82
HSL 329.36º 1% 0.09% -
HSV(B) 329.36º 1% 0.18% -
XYZ 1.34 0.67 0.92 -
YUV 16.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 47 0 24 0 1 0.49 0.82 329.36 1 0.09
Hex 2F 0 18 0 64 31 52 149 64 9
Octal 57 0 30 0 144 61 122 511 144 11
Binary 101111 0 11000 0 1100100 110001 1010010 101001001 1100100 1001

Color Harmonies of #2F0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0018

Black with #2F0018

Text Example


Text Example

White with #2F0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F0018; }

 p { color: rgb(47,0,24); }

 H1.HeaderClassName
 {
   color: #2F0018;
 }
 .AnyTagClassName
 {
   color: #2F0018;
 }
</style>

background-color css

<style>
 a { background-color: #2F0018; }

 a { background-color: rgb(47,0,24); }

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

border-color css

<style>
 span { border-color: #2F0018; }

 span { border-color: rgb(47,0,24); }

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