Html Css Color HEX #333301 Karaka

📋 copy color: '#333301'

red 51 ◦ green 51 ◦ blue 1

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

Shades of Karaka #333301

Tints of Karaka #333301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.97%

R = 49.51%
G = 49.51%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#333301 (or 0x333301) is known color: Karaka. HEX triplet: 33, 33 and 01. RGB value is (51,51,1). Sum of RGB (Red+Green+Blue) = 51+51+1=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333301 is #CCCCFE. Grayscale: #2D2D2D. Windows color (decimal): -13421823 or 78643. OLE color: 78643.

HSL color Cylindrical-coordinate representation of color #333301: hue angle of 60º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #333301 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 51 1 -
CMYK 0 0 0.98 0.8
HSL 60º 0.96% 0.1% -
HSV(B) 60º 0.98% 0.2% -
XYZ 2.55 3.07 0.49 -
YUV 45.3 103 132.07 -
System Red Green Blue C M Y K H S L
Decimal 51 51 1 0 0 0.98 0.8 60 0.96 0.1
Hex 33 33 1 0 0 62 50 3C 60 A
Octal 63 63 1 0 0 142 120 74 140 12
Binary 110011 110011 1 0 0 1100010 1010000 111100 1100000 1010

Color Harmonies of #333301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333301

Black with #333301

Text Example


Text Example

White with #333301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333301; }

 p { color: rgb(51,51,1); }

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

background-color css

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

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

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

border-color css

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

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

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