Html Css Color HEX #30300E Karaka

📋 copy color: '#30300E'

red 48 ◦ green 48 ◦ blue 14

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

Shades of Karaka #30300E

Tints of Karaka #30300E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.73%

R = 43.64%
G = 43.64%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#30300E (or 0x30300E) is known color: Karaka. HEX triplet: 30, 30 and 0E. RGB value is (48,48,14). Sum of RGB (Red+Green+Blue) = 48+48+14=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30300E is #CFCFF1. Grayscale: #2C2C2C. Windows color (decimal): -13619186 or 929840. OLE color: 929840.

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

Color convert

RGB 48 48 14 -
CMYK 0 0 0.71 0.81
HSL 60º 0.55% 0.12% -
HSV(B) 60º 0.71% 0.19% -
XYZ 2.36 2.77 0.83 -
YUV 44.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 48 48 14 0 0 0.71 0.81 60 0.55 0.12
Hex 30 30 E 0 0 47 51 3C 37 C
Octal 60 60 16 0 0 107 121 74 67 14
Binary 110000 110000 1110 0 0 1000111 1010001 111100 110111 1100

Color Harmonies of #30300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30300E

Black with #30300E

Text Example


Text Example

White with #30300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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