Html Css Color HEX #330827 Blackberry

📋 copy color: '#330827'

red 51 ◦ green 8 ◦ blue 39

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

Shades of Blackberry #330827

Tints of Blackberry #330827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.16%

 BLUE value IS 39 (15.63% from 255) = 39.8%

R = 52.04%
G = 8.16%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.8

RGB Variations

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

Color information

#330827 (or 0x330827) is known color: Blackberry. HEX triplet: 33, 08 and 27. RGB value is (51,8,39). Sum of RGB (Red+Green+Blue) = 51+8+39=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #330827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330827 is #CCF7D8. Grayscale: #181818. Windows color (decimal): -13432793 or 2558003. OLE color: 2558003.

HSL color Cylindrical-coordinate representation of color #330827: hue angle of 316.74º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330827 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 8 39 -
CMYK 0 0.84 0.24 0.8
HSL 316.74º 0.73% 0.12% -
HSV(B) 316.74º 0.84% 0.2% -
XYZ 1.82 1.02 2.02 -
YUV 24.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 51 8 39 0 0.84 0.24 0.8 316.74 0.73 0.12
Hex 33 8 27 0 54 18 50 13D 49 C
Octal 63 10 47 0 124 30 120 475 111 14
Binary 110011 1000 100111 0 1010100 11000 1010000 100111101 1001001 1100

Color Harmonies of #330827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330827

Black with #330827

Text Example


Text Example

White with #330827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330827; }

 p { color: rgb(51,8,39); }

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

background-color css

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

 a { background-color: rgb(51,8,39); }

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

border-color css

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

 span { border-color: rgb(51,8,39); }

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