Html Css Color HEX #230F3D Blackcurrant

📋 copy color: '#230F3D'

red 35 ◦ green 15 ◦ blue 61

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

Shades of Blackcurrant #230F3D

Tints of Blackcurrant #230F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 54.95%

R = 31.53%
G = 13.51%
B = 54.95%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#230F3D (or 0x230F3D) is known color: Blackcurrant. HEX triplet: 23, 0F and 3D. RGB value is (35,15,61). Sum of RGB (Red+Green+Blue) = 35+15+61=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #230F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F3D is #DCF0C2. Grayscale: #1A1A1A. Windows color (decimal): -14479555 or 4001571. OLE color: 4001571.

HSL color Cylindrical-coordinate representation of color #230F3D: hue angle of 266.09º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #230F3D is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 15 61 -
CMYK 0.43 0.75 0 0.76
HSL 266.09º 0.61% 0.15% -
HSV(B) 266.09º 0.75% 0.24% -
XYZ 1.71 1.04 4.52 -
YUV 26.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 35 15 61 0.43 0.75 0 0.76 266.09 0.61 0.15
Hex 23 F 3D 2B 4B 0 4C 10A 3D F
Octal 43 17 75 53 113 0 114 412 75 17
Binary 100011 1111 111101 101011 1001011 0 1001100 100001010 111101 1111

Color Harmonies of #230F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F3D

Black with #230F3D

Text Example


Text Example

White with #230F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,15,61); }

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

background-color css

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

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

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

border-color css

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

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

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