Html Css Color HEX #331427 Blackberry

📋 copy color: '#331427'

red 51 ◦ green 20 ◦ blue 39

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

Shades of Blackberry #331427

Tints of Blackberry #331427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.18%

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

R = 46.36%
G = 18.18%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.8

RGB Variations

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

Color information

#331427 (or 0x331427) is known color: Blackberry. HEX triplet: 33, 14 and 27. RGB value is (51,20,39). Sum of RGB (Red+Green+Blue) = 51+20+39=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #331427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331427 is #CCEBD8. Grayscale: #1F1F1F. Windows color (decimal): -13429721 or 2561075. OLE color: 2561075.

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

Color convert

RGB 51 20 39 -
CMYK 0 0.61 0.24 0.8
HSL 323.23º 0.44% 0.14% -
HSV(B) 323.23º 0.61% 0.2% -
XYZ 1.98 1.35 2.08 -
YUV 31.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 51 20 39 0 0.61 0.24 0.8 323.23 0.44 0.14
Hex 33 14 27 0 3D 18 50 143 2C E
Octal 63 24 47 0 75 30 120 503 54 16
Binary 110011 10100 100111 0 111101 11000 1010000 101000011 101100 1110

Color Harmonies of #331427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331427

Black with #331427

Text Example


Text Example

White with #331427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331427; }

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

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

background-color css

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

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

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

border-color css

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

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

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