Html Css Color HEX #330A23 Blackberry

📋 copy color: '#330A23'

red 51 ◦ green 10 ◦ blue 35

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

Shades of Blackberry #330A23

Tints of Blackberry #330A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.42%

 BLUE value IS 35 (14.06% from 255) = 36.46%

R = 53.13%
G = 10.42%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.8

RGB Variations

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

Color information

#330A23 (or 0x330A23) is known color: Blackberry. HEX triplet: 33, 0A and 23. RGB value is (51,10,35). Sum of RGB (Red+Green+Blue) = 51+10+35=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #330A23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A23 is #CCF5DC. Grayscale: #191919. Windows color (decimal): -13432285 or 2296371. OLE color: 2296371.

HSL color Cylindrical-coordinate representation of color #330A23: hue angle of 323.41º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330A23 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 10 35 -
CMYK 0 0.80 0.31 0.8
HSL 323.41º 0.67% 0.12% -
HSV(B) 323.41º 0.8% 0.2% -
XYZ 1.78 1.04 1.7 -
YUV 25.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 51 10 35 0 0.80 0.31 0.8 323.41 0.67 0.12
Hex 33 A 23 0 50 1F 50 143 43 C
Octal 63 12 43 0 120 37 120 503 103 14
Binary 110011 1010 100011 0 1010000 11111 1010000 101000011 1000011 1100

Color Harmonies of #330A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A23

Black with #330A23

Text Example


Text Example

White with #330A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330A23; }

 p { color: rgb(51,10,35); }

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

background-color css

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

 a { background-color: rgb(51,10,35); }

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

border-color css

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

 span { border-color: rgb(51,10,35); }

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