Html Css Color HEX #303005 Karaka

📋 copy color: '#303005'

red 48 ◦ green 48 ◦ blue 5

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

Shades of Karaka #303005

Tints of Karaka #303005

RGB

 RED value IS 48 (19.14% from 255) = 47.52%

 GREEN value IS 48 (19.14% from 255) = 47.52%

 BLUE value IS 5 (2.34% from 255) = 4.95%

R = 47.52%
G = 47.52%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#303005 (or 0x303005) is known color: Karaka. HEX triplet: 30, 30 and 05. RGB value is (48,48,5). Sum of RGB (Red+Green+Blue) = 48+48+5=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303005 is #CFCFFA. Grayscale: #2B2B2B. Windows color (decimal): -13619195 or 340016. OLE color: 340016.

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

Color convert

RGB 48 48 5 -
CMYK 0 0 0.90 0.81
HSL 60º 0.81% 0.1% -
HSV(B) 60º 0.9% 0.19% -
XYZ 2.3 2.75 0.55 -
YUV 43.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 48 48 5 0 0 0.90 0.81 60 0.81 0.1
Hex 30 30 5 0 0 5A 51 3C 51 A
Octal 60 60 5 0 0 132 121 74 121 12
Binary 110000 110000 101 0 0 1011010 1010001 111100 1010001 1010

Color Harmonies of #303005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303005

Black with #303005

Text Example


Text Example

White with #303005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303005; }

 p { color: rgb(48,48,5); }

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

background-color css

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

 a { background-color: rgb(48,48,5); }

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

border-color css

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

 span { border-color: rgb(48,48,5); }

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