Html Css Color HEX #30300D Karaka

📋 copy color: '#30300D'

red 48 ◦ green 48 ◦ blue 13

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

Shades of Karaka #30300D

Tints of Karaka #30300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.93%

R = 44.04%
G = 44.04%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30300D (or 0x30300D) is known color: Karaka. HEX triplet: 30, 30 and 0D. RGB value is (48,48,13). Sum of RGB (Red+Green+Blue) = 48+48+13=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30300D is #CFCFF2. Grayscale: #2C2C2C. Windows color (decimal): -13619187 or 864304. OLE color: 864304.

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

Color convert

RGB 48 48 13 -
CMYK 0 0 0.73 0.81
HSL 60º 0.57% 0.12% -
HSV(B) 60º 0.73% 0.19% -
XYZ 2.35 2.77 0.79 -
YUV 44.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 48 48 13 0 0 0.73 0.81 60 0.57 0.12
Hex 30 30 D 0 0 49 51 3C 39 C
Octal 60 60 15 0 0 111 121 74 71 14
Binary 110000 110000 1101 0 0 1001001 1010001 111100 111001 1100

Color Harmonies of #30300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30300D

Black with #30300D

Text Example


Text Example

White with #30300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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