Html Css Color HEX #38052F Blackberry

📋 copy color: '#38052F'

red 56 ◦ green 5 ◦ blue 47

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

Shades of Blackberry #38052F

Tints of Blackberry #38052F

RGB

 RED value IS 56 (22.27% from 255) = 51.85%

 GREEN value IS 5 (2.34% from 255) = 4.63%

 BLUE value IS 47 (18.75% from 255) = 43.52%

R = 51.85%
G = 4.63%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#38052F (or 0x38052F) is known color: Blackberry. HEX triplet: 38, 05 and 2F. RGB value is (56,5,47). Sum of RGB (Red+Green+Blue) = 56+5+47=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #38052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38052F is #C7FAD0. Grayscale: #181818. Windows color (decimal): -13105873 or 3081528. OLE color: 3081528.

HSL color Cylindrical-coordinate representation of color #38052F: hue angle of 310.59º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38052F is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 5 47 -
CMYK 0 0.91 0.16 0.78
HSL 310.59º 0.84% 0.12% -
HSV(B) 310.59º 0.91% 0.22% -
XYZ 2.2 1.15 2.8 -
YUV 25.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 56 5 47 0 0.91 0.16 0.78 310.59 0.84 0.12
Hex 38 5 2F 0 5B 10 4E 137 54 C
Octal 70 5 57 0 133 20 116 467 124 14
Binary 111000 101 101111 0 1011011 10000 1001110 100110111 1010100 1100

Color Harmonies of #38052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38052F

Black with #38052F

Text Example


Text Example

White with #38052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38052F; }

 p { color: rgb(56,5,47); }

 H1.HeaderClassName
 {
   color: #38052F;
 }
 .AnyTagClassName
 {
   color: #38052F;
 }
</style>

background-color css

<style>
 a { background-color: #38052F; }

 a { background-color: rgb(56,5,47); }

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

border-color css

<style>
 span { border-color: #38052F; }

 span { border-color: rgb(56,5,47); }

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