Html Css Color HEX #330117 Blackberry

📋 copy color: '#330117'

red 51 ◦ green 1 ◦ blue 23

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

Shades of Blackberry #330117

Tints of Blackberry #330117

RGB

 RED value IS 51 (20.31% from 255) = 68%

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

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

R = 68%
G = 1.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#330117 (or 0x330117) is known color: Blackberry. HEX triplet: 33, 01 and 17. RGB value is (51,1,23). Sum of RGB (Red+Green+Blue) = 51+1+23=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #330117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330117 is #CCFEE8. Grayscale: #121212. Windows color (decimal): -13434601 or 1507635. OLE color: 1507635.

HSL color Cylindrical-coordinate representation of color #330117: hue angle of 333.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330117 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 1 23 -
CMYK 0 0.98 0.55 0.8
HSL 333.6º 0.96% 0.1% -
HSV(B) 333.6º 0.98% 0.2% -
XYZ 1.53 0.79 0.88 -
YUV 18.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 51 1 23 0 0.98 0.55 0.8 333.6 0.96 0.1
Hex 33 1 17 0 62 37 50 14E 60 A
Octal 63 1 27 0 142 67 120 516 140 12
Binary 110011 1 10111 0 1100010 110111 1010000 101001110 1100000 1010

Color Harmonies of #330117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330117

Black with #330117

Text Example


Text Example

White with #330117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330117; }

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

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

background-color css

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

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

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

border-color css

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

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

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