Html Css Color HEX #0A3835 Cyprus

📋 copy color: '#0A3835'

red 10 ◦ green 56 ◦ blue 53

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

Shades of Cyprus #0A3835

Tints of Cyprus #0A3835

RGB

 RED value IS 10 (4.3% from 255) = 8.4%

 GREEN value IS 56 (22.27% from 255) = 47.06%

 BLUE value IS 53 (21.09% from 255) = 44.54%

R = 8.4%
G = 47.06%
B = 44.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#0A3835 (or 0x0A3835) is known color: Cyprus. HEX triplet: 0A, 38 and 35. RGB value is (10,56,53). Sum of RGB (Red+Green+Blue) = 10+56+53=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 56 (22.27% from 255 or 47.06% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 56 - color contains mainly: green. Hex color #0A3835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3835 is #F5C7CA. Grayscale: #292929. Windows color (decimal): -16107467 or 3487754. OLE color: 3487754.

HSL color Cylindrical-coordinate representation of color #0A3835: hue angle of 176.09º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A3835 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 56 53 -
CMYK 0.82 0 0.05 0.78
HSL 176.09º 0.7% 0.13% -
HSV(B) 176.09º 0.82% 0.22% -
XYZ 2.18 3.15 3.86 -
YUV 41.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 10 56 53 0.82 0 0.05 0.78 176.09 0.7 0.13
Hex A 38 35 52 0 5 4E B0 46 D
Octal 12 70 65 122 0 5 116 260 106 15
Binary 1010 111000 110101 1010010 0 101 1001110 10110000 1000110 1101

Color Harmonies of #0A3835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3835

Black with #0A3835

Text Example


Text Example

White with #0A3835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A3835; }

 p { color: rgb(10,56,53); }

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

background-color css

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

 a { background-color: rgb(10,56,53); }

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

border-color css

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

 span { border-color: rgb(10,56,53); }

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