Html Css Color HEX #230C30 Blackcurrant

📋 copy color: '#230C30'

red 35 ◦ green 12 ◦ blue 48

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

Shades of Blackcurrant #230C30

Tints of Blackcurrant #230C30

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.63%

 BLUE value IS 48 (19.14% from 255) = 50.53%

R = 36.84%
G = 12.63%
B = 50.53%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#230C30 (or 0x230C30) is known color: Blackcurrant. HEX triplet: 23, 0C and 30. RGB value is (35,12,48). Sum of RGB (Red+Green+Blue) = 35+12+48=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #230C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C30 is #DCF3CF. Grayscale: #161616. Windows color (decimal): -14480336 or 3148835. OLE color: 3148835.

HSL color Cylindrical-coordinate representation of color #230C30: hue angle of 278.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #230C30 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 12 48 -
CMYK 0.27 0.75 0 0.81
HSL 278.33º 0.6% 0.12% -
HSV(B) 278.33º 0.75% 0.19% -
XYZ 1.36 0.83 2.89 -
YUV 22.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 35 12 48 0.27 0.75 0 0.81 278.33 0.6 0.12
Hex 23 C 30 1B 4B 0 51 116 3C C
Octal 43 14 60 33 113 0 121 426 74 14
Binary 100011 1100 110000 11011 1001011 0 1010001 100010110 111100 1100

Color Harmonies of #230C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C30

Black with #230C30

Text Example


Text Example

White with #230C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,12,48); }

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

background-color css

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

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

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

border-color css

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

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

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