Html Css Color HEX #363302 Karaka

📋 copy color: '#363302'

red 54 ◦ green 51 ◦ blue 2

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

Shades of Karaka #363302

Tints of Karaka #363302

RGB

 RED value IS 54 (21.48% from 255) = 50.47%

 GREEN value IS 51 (20.31% from 255) = 47.66%

 BLUE value IS 2 (1.17% from 255) = 1.87%

R = 50.47%
G = 47.66%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#363302 (or 0x363302) is known color: Karaka. HEX triplet: 36, 33 and 02. RGB value is (54,51,2). Sum of RGB (Red+Green+Blue) = 54+51+2=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #363302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363302 is #C9CCFD. Grayscale: #2E2E2E. Windows color (decimal): -13225214 or 144182. OLE color: 144182.

HSL color Cylindrical-coordinate representation of color #363302: hue angle of 56.54º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #363302 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 51 2 -
CMYK 0 0.06 0.96 0.79
HSL 56.54º 0.93% 0.11% -
HSV(B) 56.54º 0.96% 0.21% -
XYZ 2.72 3.16 0.52 -
YUV 46.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 54 51 2 0 0.06 0.96 0.79 56.54 0.93 0.11
Hex 36 33 2 0 6 60 4F 39 5D B
Octal 66 63 2 0 6 140 117 71 135 13
Binary 110110 110011 10 0 110 1100000 1001111 111001 1011101 1011

Color Harmonies of #363302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363302

Black with #363302

Text Example


Text Example

White with #363302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363302; }

 p { color: rgb(54,51,2); }

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

background-color css

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

 a { background-color: rgb(54,51,2); }

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

border-color css

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

 span { border-color: rgb(54,51,2); }

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