Html Css Color HEX #30300F Karaka

📋 copy color: '#30300F'

red 48 ◦ green 48 ◦ blue 15

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

Shades of Karaka #30300F

Tints of Karaka #30300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.51%

R = 43.24%
G = 43.24%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30300F (or 0x30300F) is known color: Karaka. HEX triplet: 30, 30 and 0F. RGB value is (48,48,15). Sum of RGB (Red+Green+Blue) = 48+48+15=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30300F is #CFCFF0. Grayscale: #2C2C2C. Windows color (decimal): -13619185 or 995376. OLE color: 995376.

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

Color convert

RGB 48 48 15 -
CMYK 0 0 0.69 0.81
HSL 60º 0.52% 0.12% -
HSV(B) 60º 0.69% 0.19% -
XYZ 2.36 2.78 0.86 -
YUV 44.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 48 48 15 0 0 0.69 0.81 60 0.52 0.12
Hex 30 30 F 0 0 45 51 3C 34 C
Octal 60 60 17 0 0 105 121 74 64 14
Binary 110000 110000 1111 0 0 1000101 1010001 111100 110100 1100

Color Harmonies of #30300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30300F

Black with #30300F

Text Example


Text Example

White with #30300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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