Html Css Color HEX #33341C Karaka

📋 copy color: '#33341C'

red 51 ◦ green 52 ◦ blue 28

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

Shades of Karaka #33341C

Tints of Karaka #33341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.69%

 BLUE value IS 28 (11.33% from 255) = 21.37%

R = 38.93%
G = 39.69%
B = 21.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#33341C (or 0x33341C) is known color: Karaka. HEX triplet: 33, 34 and 1C. RGB value is (51,52,28). Sum of RGB (Red+Green+Blue) = 51+52+28=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 52 - color contains mainly: green. Hex color #33341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33341C is #CCCBE3. Grayscale: #313131. Windows color (decimal): -13421540 or 1848371. OLE color: 1848371.

HSL color Cylindrical-coordinate representation of color #33341C: hue angle of 62.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33341C is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB 51 52 28 -
CMYK 0.02 0 0.46 0.80
HSL 62.5º 0.3% 0.16% -
HSV(B) 62.5º 0.46% 0.2% -
XYZ 2.8 3.24 1.58 -
YUV 48.97 116.17 129.45 -
System Red Green Blue C M Y K H S L
Decimal 51 52 28 0.02 0 0.46 0.80 62.5 0.3 0.16
Hex 33 34 1C 2 0 2E 50 3F 1E 10
Octal 63 64 34 2 0 56 120 77 36 20
Binary 110011 110100 11100 10 0 101110 1010000 111111 11110 10000

Color Harmonies of #33341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33341C

Black with #33341C

Text Example


Text Example

White with #33341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33341C; }

 p { color: rgb(51,52,28); }

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

background-color css

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

 a { background-color: rgb(51,52,28); }

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

border-color css

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

 span { border-color: rgb(51,52,28); }

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