Html Css Color HEX #333227 Karaka

📋 copy color: '#333227'

red 51 ◦ green 50 ◦ blue 39

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

Shades of Karaka #333227

Tints of Karaka #333227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.71%

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

R = 36.43%
G = 35.71%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.8

RGB Variations

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

Color information

#333227 (or 0x333227) is known color: Karaka. HEX triplet: 33, 32 and 27. RGB value is (51,50,39). Sum of RGB (Red+Green+Blue) = 51+50+39=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 51 - color contains mainly: red. Hex color #333227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333227 is #CCCDD8. Grayscale: #313131. Windows color (decimal): -13422041 or 2568755. OLE color: 2568755.

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

Color convert

RGB 51 50 39 -
CMYK 0 0.02 0.24 0.8
HSL 55º 0.13% 0.18% -
HSV(B) 55º 0.24% 0.2% -
XYZ 2.87 3.13 2.37 -
YUV 49.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 51 50 39 0 0.02 0.24 0.8 55 0.13 0.18
Hex 33 32 27 0 2 18 50 37 D 12
Octal 63 62 47 0 2 30 120 67 15 22
Binary 110011 110010 100111 0 10 11000 1010000 110111 1101 10010

Color Harmonies of #333227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333227

Black with #333227

Text Example


Text Example

White with #333227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333227; }

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

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

background-color css

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

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

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

border-color css

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

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

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