Html Css Color HEX #230A35 Blackcurrant

📋 copy color: '#230A35'

red 35 ◦ green 10 ◦ blue 53

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

Shades of Blackcurrant #230A35

Tints of Blackcurrant #230A35

RGB

 RED value IS 35 (14.06% from 255) = 35.71%

 GREEN value IS 10 (4.3% from 255) = 10.2%

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

R = 35.71%
G = 10.2%
B = 54.08%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#230A35 (or 0x230A35) is known color: Blackcurrant. HEX triplet: 23, 0A and 35. RGB value is (35,10,53). Sum of RGB (Red+Green+Blue) = 35+10+53=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #230A35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A35 is #DCF5CA. Grayscale: #161616. Windows color (decimal): -14480843 or 3476003. OLE color: 3476003.

HSL color Cylindrical-coordinate representation of color #230A35: hue angle of 274.88º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #230A35 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 10 53 -
CMYK 0.34 0.81 0 0.79
HSL 274.88º 0.68% 0.12% -
HSV(B) 274.88º 0.81% 0.21% -
XYZ 1.44 0.83 3.45 -
YUV 22.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 35 10 53 0.34 0.81 0 0.79 274.88 0.68 0.12
Hex 23 A 35 22 51 0 4F 113 44 C
Octal 43 12 65 42 121 0 117 423 104 14
Binary 100011 1010 110101 100010 1010001 0 1001111 100010011 1000100 1100

Color Harmonies of #230A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230A35

Black with #230A35

Text Example


Text Example

White with #230A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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