Html Css Color HEX #330123 Blackberry

📋 copy color: '#330123'

red 51 ◦ green 1 ◦ blue 35

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

Shades of Blackberry #330123

Tints of Blackberry #330123

RGB

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

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

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

R = 58.62%
G = 1.15%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.8

RGB Variations

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

Color information

#330123 (or 0x330123) is known color: Blackberry. HEX triplet: 33, 01 and 23. RGB value is (51,1,35). Sum of RGB (Red+Green+Blue) = 51+1+35=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #330123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330123 is #CCFEDC. Grayscale: #131313. Windows color (decimal): -13434589 or 2294067. OLE color: 2294067.

HSL color Cylindrical-coordinate representation of color #330123: hue angle of 319.2º 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 #330123 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 1 35 -
CMYK 0 0.98 0.31 0.8
HSL 319.2º 0.96% 0.1% -
HSV(B) 319.2º 0.98% 0.2% -
XYZ 1.68 0.85 1.67 -
YUV 19.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 51 1 35 0 0.98 0.31 0.8 319.2 0.96 0.1
Hex 33 1 23 0 62 1F 50 13F 60 A
Octal 63 1 43 0 142 37 120 477 140 12
Binary 110011 1 100011 0 1100010 11111 1010000 100111111 1100000 1010

Color Harmonies of #330123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330123

Black with #330123

Text Example


Text Example

White with #330123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330123; }

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

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

background-color css

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

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

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

border-color css

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

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

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