Html Css Color HEX #331129 Blackberry

📋 copy color: '#331129'

red 51 ◦ green 17 ◦ blue 41

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

Shades of Blackberry #331129

Tints of Blackberry #331129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.6%

 BLUE value IS 41 (16.41% from 255) = 37.61%

R = 46.79%
G = 15.6%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#331129 (or 0x331129) is known color: Blackberry. HEX triplet: 33, 11 and 29. RGB value is (51,17,41). Sum of RGB (Red+Green+Blue) = 51+17+41=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #331129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331129 is #CCEED6. Grayscale: #1D1D1D. Windows color (decimal): -13430487 or 2691379. OLE color: 2691379.

HSL color Cylindrical-coordinate representation of color #331129: hue angle of 317.65º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331129 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 17 41 -
CMYK 0 0.67 0.20 0.8
HSL 317.65º 0.5% 0.13% -
HSV(B) 317.65º 0.67% 0.2% -
XYZ 1.97 1.26 2.24 -
YUV 29.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 51 17 41 0 0.67 0.20 0.8 317.65 0.5 0.13
Hex 33 11 29 0 43 14 50 13E 32 D
Octal 63 21 51 0 103 24 120 476 62 15
Binary 110011 10001 101001 0 1000011 10100 1010000 100111110 110010 1101

Color Harmonies of #331129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331129

Black with #331129

Text Example


Text Example

White with #331129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331129; }

 p { color: rgb(51,17,41); }

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

background-color css

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

 a { background-color: rgb(51,17,41); }

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

border-color css

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

 span { border-color: rgb(51,17,41); }

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