Html Css Color HEX #230C41 Blackcurrant

📋 copy color: '#230C41'

red 35 ◦ green 12 ◦ blue 65

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

Shades of Blackcurrant #230C41

Tints of Blackcurrant #230C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 58.04%

R = 31.25%
G = 10.71%
B = 58.04%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#230C41 (or 0x230C41) is known color: Blackcurrant. HEX triplet: 23, 0C and 41. RGB value is (35,12,65). Sum of RGB (Red+Green+Blue) = 35+12+65=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #230C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C41 is #DCF3BE. Grayscale: #181818. Windows color (decimal): -14480319 or 4262947. OLE color: 4262947.

HSL color Cylindrical-coordinate representation of color #230C41: hue angle of 266.04º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #230C41 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 12 65 -
CMYK 0.46 0.82 0 0.75
HSL 266.04º 0.69% 0.15% -
HSV(B) 266.04º 0.82% 0.25% -
XYZ 1.78 1 5.1 -
YUV 24.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 35 12 65 0.46 0.82 0 0.75 266.04 0.69 0.15
Hex 23 C 41 2E 52 0 4B 10A 45 F
Octal 43 14 101 56 122 0 113 412 105 17
Binary 100011 1100 1000001 101110 1010010 0 1001011 100001010 1000101 1111

Color Harmonies of #230C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C41

Black with #230C41

Text Example


Text Example

White with #230C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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