Html Css Color HEX #363303 Karaka

📋 copy color: '#363303'

red 54 ◦ green 51 ◦ blue 3

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

Shades of Karaka #363303

Tints of Karaka #363303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.78%

R = 50%
G = 47.22%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#363303 (or 0x363303) is known color: Karaka. HEX triplet: 36, 33 and 03. RGB value is (54,51,3). Sum of RGB (Red+Green+Blue) = 54+51+3=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #363303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363303 is #C9CCFC. Grayscale: #2E2E2E. Windows color (decimal): -13225213 or 209718. OLE color: 209718.

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

Color convert

RGB 54 51 3 -
CMYK 0 0.06 0.94 0.79
HSL 56.47º 0.89% 0.11% -
HSV(B) 56.47º 0.94% 0.21% -
XYZ 2.72 3.16 0.55 -
YUV 46.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 54 51 3 0 0.06 0.94 0.79 56.47 0.89 0.11
Hex 36 33 3 0 6 5E 4F 38 59 B
Octal 66 63 3 0 6 136 117 70 131 13
Binary 110110 110011 11 0 110 1011110 1001111 111000 1011001 1011

Color Harmonies of #363303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363303

Black with #363303

Text Example


Text Example

White with #363303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363303; }

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

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

background-color css

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

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

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

border-color css

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

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

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